LEADTOOLS Medical (Leadtools.Medical.Workstation assembly)

OnItemAdded Method

Show in webframe






The KeyValuePair object that is added to the dictionary.
Raises the ItemAdded event.
Syntax
protected void OnItemAdded( 
   KeyValuePair<TKey,TValue> data
)
'Declaration
 
Protected Sub OnItemAdded( _
   ByVal data As KeyValuePair(Of TKey,TValue) _
) 
'Usage
 
Dim instance As DictionaryWithEvents(Of TKey,TValue)
Dim data As KeyValuePair(Of TKey,TValue)
 
instance.OnItemAdded(data)

            

            
protected: void OnItemAdded( 
   KeyValuePair<TKey*,TValue*> data
) 
protected:
void OnItemAdded( 
   KeyValuePair<TKey*,TValue*> data
) 

Parameters

data
The KeyValuePair object that is added to the dictionary.
Requirements

Target Platforms

See Also

Reference

DictionaryWithEvents<TKey,TValue> Class
DictionaryWithEvents<TKey,TValue> Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.